home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Suzy B Software 2
/
Suzy B Software CD-ROM 2 (1994).iso
/
mintprgs
/
mintupgr
/
disk7.zoo
/
elvis.zoo
/
usr
/
doc
/
elvis
/
readme
< prev
next >
Wrap
Text File
|
1992-08-08
|
1KB
|
25 lines
This file came with Elvis 1.5 Ported For MiNT, by Warwick Allison.
What I did:
1. Collected the standard Elvis 1.5 sources.
2. nroffed the manuals, etc. and only kept the ASCII versions.
3. Changed config.h to support a "MINT" configuration.
4. Added a MINT configuration to the makefile.
5. Added a tty reader in mint.c
- Should enable non-US keyboards to still use all characters.
- Allows all meta-key combinations and special keys to be mapped.
- see the file "doc/st_keys" and the sample home/elvis.rc for details.
6. Modified tmp.c to include MINT as a TOS-like program for syncing.
7. Compiled it.
8. Provided a better TERMCAP entry, since vt52 is a useless tty-type
for vi, since ESC-A is supposed to be up-arrow (which makes it
very bad to type ESC, Shift-A (ie. end-insert, append). The new
one also gives the MUCH more efficient Add-line and Delete-line
teminal attributes - which the ST VT52 understands. The new entry
also gives the arrow key assignments for the tty reader (5. above)
The termcap entry is called "et52". Of course, you'll need to
set TERM to et52 for this to work!